home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Installer.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2004-09-28  |  2.6 KB  |  101 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFAppleHelpAnchor</key>
  6.     <string>instX001</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>pkg</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>package.icns</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>Installer package</string>
  18.             <key>CFBundleTypeOSTypes</key>
  19.             <array>
  20.                 <string>pkg1</string>
  21.             </array>
  22.             <key>CFBundleTypeRole</key>
  23.             <string>Viewer</string>
  24.             <key>LSIsAppleDefaultForType</key>
  25.             <true/>
  26.             <key>LSTypeIsPackage</key>
  27.             <true/>
  28.         </dict>
  29.         <dict>
  30.             <key>CFBundleTypeExtensions</key>
  31.             <array>
  32.                 <string>mpkg</string>
  33.             </array>
  34.             <key>CFBundleTypeIconFile</key>
  35.             <string>metapackage.icns</string>
  36.             <key>CFBundleTypeName</key>
  37.             <string>Installer package</string>
  38.             <key>CFBundleTypeOSTypes</key>
  39.             <array>
  40.                 <string>mpkg</string>
  41.             </array>
  42.             <key>CFBundleTypeRole</key>
  43.             <string>Viewer</string>
  44.             <key>LSIsAppleDefaultForType</key>
  45.             <true/>
  46.             <key>LSTypeIsPackage</key>
  47.             <true/>
  48.         </dict>
  49.     </array>
  50.     <key>CFBundleExecutable</key>
  51.     <string>Installer</string>
  52.     <key>CFBundleGetInfoString</key>
  53.     <string>1.4.4, ¬© 2000-2003 Apple Computer</string>
  54.     <key>CFBundleIconFile</key>
  55.     <string>Installer.icns</string>
  56.     <key>CFBundleIdentifier</key>
  57.     <string>com.apple.installer</string>
  58.     <key>CFBundleName</key>
  59.     <string>Installer</string>
  60.     <key>CFBundlePackageType</key>
  61.     <string>APPL</string>
  62.     <key>CFBundleShortVersionString</key>
  63.     <string>1.4.4</string>
  64.     <key>CFBundleSignature</key>
  65.     <string>xins</string>
  66.     <key>CFBundleVersion</key>
  67.     <string>1.4.4</string>
  68.     <key>IFLanguageOrder</key>
  69.     <array>
  70.         <string>English</string>
  71.         <string>Japanese</string>
  72.         <string>French</string>
  73.         <string>German</string>
  74.         <string>Spanish</string>
  75.         <string>Italian</string>
  76.         <string>pt</string>
  77.         <string>Dutch</string>
  78.         <string>sv</string>
  79.         <string>Swedish</string>
  80.         <string>no</string>
  81.         <string>da</string>
  82.         <string>fi</string>
  83.         <string>zh_CN</string>
  84.         <string>zh_TW</string>
  85.         <string>ko</string>
  86.     </array>
  87.     <key>IFLanguageShortNumber</key>
  88.     <integer>7</integer>
  89.     <key>LSHasLocalizedDisplayName</key>
  90.     <true/>
  91.     <key>LSMimimumSystemVersion</key>
  92.     <string>10.3</string>
  93.     <key>NSHumanReadableCopyright</key>
  94.     <string>¬© 2000-2004 Apple Computer</string>
  95.     <key>NSMainNibFile</key>
  96.     <string>PagedInstaller.nib</string>
  97.     <key>NSPrincipalClass</key>
  98.     <string>NSApplication</string>
  99. </dict>
  100. </plist>
  101.